GPSBabel is distributed in source format that will work on about
any operating system and as ready-to-run binaries for some
operating systems, notably Windows. See the "OS-Specific notes"
- at http://gpsbabel.sourceforge.net for instructions on those
+ at http://www.gpsbabel.org for instructions on those
binary kits.
For operating systems where no binary is provided, you will have
This is a CSV format for Microsoft Streets and Trips. Detailed
instructions on how to import to it, preserving hyperlinks, are at
- http://gpsbabel.sourceforge.net/formats/s_and_t/Importing_into_Microsoft_Streets_and_Trips_2003.html
+ http://www.gpsbabel.org/formats/s_and_t/Importing_into_Microsoft_Streets_and_Trips_2003.html
Gcdb
fprintf(ofd, "<?xml version=\"1.0\"?>\n");
fprintf(ofd, "<gpx\n version=\"1.0\"\n");
- fprintf(ofd, "creator=\"GPSBabel - http://gpsbabel.sourceforge.net\"\n");
+ fprintf(ofd, "creator=\"GPSBabel - http://www.gpsbabel.org\"\n");
fprintf(ofd, "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n");
fprintf(ofd, "xmlns=\"http://www.topografix.com/GPX/1/0\"\n");
fprintf(ofd, "xsi:schemaLocation=\"%s\">\n", xsi_schema_loc ? xsi_schema_loc : DEFAULT_XSI_SCHEMA_LOC);
<?xml version="1.0"?>
<gpx
version="1.0"
-creator="GPSBabel - http://gpsbabel.sourceforge.net"
+creator="GPSBabel - http://www.gpsbabel.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
<?xml version="1.0"?>
<gpx
version="1.0"
-creator="GPSBabel - http://gpsbabel.sourceforge.net"
+creator="GPSBabel - http://www.gpsbabel.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">